icontheme: Don't free array element
authorGeorges Basile Stavracas Neto <georges.stavracas@gmail.com>
Wed, 6 May 2020 21:06:09 +0000 (18:06 -0300)
committerGeorges Basile Stavracas Neto <georges.stavracas@gmail.com>
Wed, 6 May 2020 21:14:36 +0000 (18:14 -0300)
commit6fc706f9834911a40c718a580cfe52ea8f208239
treeb247747c0932b7d810804bae3caebb3f6e562685
parent68011e99ac068d0934f61f82c013f9beecefc8b9
icontheme: Don't free array element

When setting a clear function on a GArray, unlike
most other places, this free func is expected to
*not* free the array element itself -- only its
contents.

Don't free the array element.

Fixes https://gitlab.gnome.org/GNOME/gtk/-/issues/2717
gtk/gtkicontheme.c